---execute: warning: false---# Introduction {.unnumbered}## Software### Python - [Python.org](https://www.python.org/) - Installation of packages/modules - Pandas - GeoPandas - Numpy### Rstudio - IDE - [Rstudio](https://posit.co/download/rstudio-desktop/)### GitHub - [GitHub](https://github.com/) - Version control### Quarto - [Quarto](https://quarto.org/) - Code and text in the same document (e.g., this book) - Run several different scripting programs (e.g., Python, R, ... ) - How to generate reports (pdf, HTLM,...) - Websites (GitHub pages)## Types of data### Tabular data### Spatial data - Coordinate system - Vector (points, lines, polygons) - Raster## Getting help - Package documentation (Vignettes R) / `help()` - Google - [Python.org](https://www.python.org/) - [StackOverflow](https://stackoverflow.com/) - ChatGPT